home *** CD-ROM | disk | FTP | other *** search
/ Mac Format 2004 Junue - Disc 1 / MacFormat 143 CD1.iso / Revolution 2.0.1 demo / Revolution 2.0.1.sit / Revolution 2.0.1 / Sample Stacks / sample xml / upcomingEvents.dtd < prev    next >
Text File  |  2003-05-21  |  970b  |  25 lines

  1. <!ELEMENT store (events+)>
  2. <!ELEMENT events (Title,Description,Specialsale,Relational,Notes)>
  3. <!ATTLIST events Location (Atlanta|Cherryhill|Chicago|Jerseycity|Newyork|Northbrunswick|Parsippany|Springfield|Stamford|Westbury|Whiteplains|Woodbridge) "Parsippany" 
  4.                Dates CDATA #REQUIRED 
  5.                Time CDATA #REQUIRED>
  6.  
  7. <!ELEMENT Title (#PCDATA)>
  8.  
  9. <!ELEMENT Description (#PCDATA)>
  10.  
  11. <!ENTITY  bkman "Our BookMan mascot will be out
  12. in the crowd with lots of fun prizes!So come out all
  13. you book lovers and celebrate the joy of reading.">
  14.  
  15. <!ENTITY  bksigning "Come out and celebrate with some of your favorite 
  16.  Authors,bring out the entire family and make it a fun fill day.">
  17.  
  18.  <!ENTITY  lec "Here is your chance to take on a great oppertunity of
  19. learning tips on writing and publishing your works by one of our most 
  20. celebrated authors Michael Keaton.">
  21.  
  22.  
  23. <!ELEMENT Specialsale (#PCDATA)>
  24. <!ELEMENT Relational (#PCDATA)>
  25. <!ELEMENT Notes (#PCDATA)>